Carbon


NavDisposeReply

Header: Navigation.h Carbon status: Supported

Releases the memory allocated for a NavReplyRecord structure after your application has finished using the structure.

OSErr NavDisposeReply (
    NavReplyRecord *reply
);
Parameter descriptions
reply

A pointer to a structure of type NavReplyRecord that your application has created.

function result

A result code.

DISCUSSION

If your application calls a Navigation Services function that uses a structure of type NavReplyRecord, you must use the NavDisposeReply function afterward to release the memory allotted for the NavReplyRecord structure.

VERSION NOTES

Available in Navigation Services 1.0 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)